home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / PinkPantherGo.swf / scripts / DefineButton2_53 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-05  |  115 b   |  9 lines

  1. on(release){
  2.    stopAllSounds();
  3.    tellTarget("../")
  4.    {
  5.       gotoAndStop("init");
  6.       play();
  7.    }
  8. }
  9.